home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000138_news@columbia.edu _Wed Jan 29 19:57:34 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA11872
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 29 Jan 1997 19:57:33 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA16490
  7.     for kermit.misc@watsun; Wed, 29 Jan 1997 19:57:32 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,comp.unix.aix
  11. Subject: Re: ZModem and Kermit
  12. Date: 30 Jan 1997 00:57:31 GMT
  13. Organization: Columbia University
  14. Lines: 21
  15. Message-ID: <5corlr$klr$1@apakabar.cc.columbia.edu>
  16. References: <854560738.25708@dejanews.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6489 comp.unix.aix:105396
  19.  
  20. In article <854560738.25708@dejanews.com>,  <gschenk@wimsey.com> wrote:
  21. :   I have been trying to get Zmodem working with Kermit failing miserably.  
  22. : It looks like a problem with re-direction, but I'm not and even more 
  23. : unsure of how to correct it.  I need a communcations package that will 
  24. : allow me to use Zmodem and has the scripting capabilities so that I can 
  25. : automate a download.  I do know about Pro-Yam, but they do not have a 
  26. : compiled version for AIX and it is only available in source form.  There 
  27. : is also not a heck of a lot of information on their Web site describing 
  28. : the product.  Anyways, enough rambling.  Idealy it would be nice to get 
  29. : Zmodem working with Kermit.  I have the following environment and if 
  30. : anyone can assist, I would appreciate it.
  31. : AIX 4.1.4
  32. : Kermit v6.0 (binary from Columbia U. and yes I did buy the book :-))
  33. : Zmodem v3.44 from the Omen ftp site.
  34. :
  35. I believe the problem is the well-known one: rz/sz does not allow its
  36. i/o to be redirected.  Only the very old (pre-1988-or-so) public domain
  37. versions allow this, or else commercially licensed versions from Omen.
  38.  
  39. - Frank